return$70149$ - traduzione in greco
Diclib.com
Dizionario ChatGPT
Inserisci una parola o una frase in qualsiasi lingua 👆
Lingua:

Traduzione e analisi delle parole tramite l'intelligenza artificiale ChatGPT

In questa pagina puoi ottenere un'analisi dettagliata di una parola o frase, prodotta utilizzando la migliore tecnologia di intelligenza artificiale fino ad oggi:

  • come viene usata la parola
  • frequenza di utilizzo
  • è usato più spesso nel discorso orale o scritto
  • opzioni di traduzione delle parole
  • esempi di utilizzo (varie frasi con traduzione)
  • etimologia

return$70149$ - traduzione in greco

PROGRAMMING STATEMENT THAT STOPS EXECUTION OF THE CURRENT SUBROUTINE, OPTIONALLY PASSING BACK A RETURN VALUE TO THE CODE THAT CALLED THE SUBROUTINE
Return (instruction); Return value; Procedure return; Return from procedure; Return statements; Return instruction; Return address (computing)

return      
v. επιστρέφω
return address         
  • Envelope with return address in top left corner
Return Address; Address label; Address labels
διεύθυνση επιστροφής
bowling alley         
FACILITY FOR THE SPORT OF BOWLING
Bowling center; Ball return; Bowling centre
αίθουσα σφαιρίσεως

Definizione

return
¦ verb
1. come or go back to a place.
(return to) go back to (a state or situation).
(especially of a feeling) come back after a period of absence.
Golf play the last nine holes in a round of eighteen holes.
2. give or send back or put back in place: return the lamb to the oven and add the olives.
feel, say, or do (the same feeling, action, etc.) in response.
(in tennis and other sports) hit or send (the ball) back to an opponent.
American Football intercept (a pass, kick, or fumble by the opposing team) and run upfield with the ball.
3. yield or make (a profit).
4. (of a judge or jury) state or present (a decision or verdict) in response to a formal request.
5. (of an electorate) elect (a person or party) to office.
6. Bridge lead (a card) after taking a trick.
7. Architecture continue (a wall) in a changed direction, especially at right angles.
¦ noun
1. an act or the action of returning.
(also return match or game) a second contest between the same opponents.
a thing which has been returned, especially an unwanted ticket for an event.
2. (also return ticket) Brit. a ticket allowing travel to a place and back again.
3. (also returns) a profit from an investment.
4. an official report or statement submitted in response to a formal demand: census returns.
Law an endorsement or report by a court officer or sheriff on a writ.
5. (also carriage return) a mechanism or key on a typewriter that returns the carriage to a fixed position at the start of a new line.
(also return key) a key pressed on a computer keyboard to simulate a carriage return.
6. an electrical conductor bringing a current back to its source.
7. Architecture a part receding from the line of the front, for example the side of a house or of a window opening.
Phrases
by return (of post) Brit. in the next available mail delivery to the sender.
many happy returns (of the day) a greeting to someone on their birthday.
Derivatives
returnable adjective
returner noun
Origin
ME: the verb from OFr. returner, from L. re- 'back' + tornare 'to turn'; the noun via Anglo-Norman Fr.

Wikipedia

Return statement

In computer programming, a return statement causes execution to leave the current subroutine and resume at the point in the code immediately after the instruction which called the subroutine, known as its return address. The return address is saved by the calling routine, today usually on the process's call stack or in a register. Return statements in many programming languages allow a function to specify a return value to be passed back to the code that called the function.